forum

home / developersection / forums / using global variables in a function other than the one that created them

Using global variables in a function other than the one that created them

Samuel Fernandes 1747 14-May-2015
If I create a global variable in one function, how can I use that variable in another function?
Do I need to store the global variable in a local variable of the function which needs its access?

Updated on 15-May-2015
Can you answer this question?

Answer

1 Answers

Liked By